home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / intsdkss.lha / README < prev    next >
Text File  |  1996-04-09  |  4KB  |  114 lines

  1. This is Version 3 of the Software Development Kit for I-Net 225.
  2.  
  3. A variety of changes and improvements have occured, due to user
  4. input. The detail of those changes can be found in the file
  5. CHANGES in this directory.
  6.  
  7. This archive and its contents are Copyright © 1996 by Interworks.
  8.  
  9. Below is the README from Version 2 and Version 1 of the SDK.
  10.  
  11. Michael B. Smith
  12. for Interworks, Inc.
  13. April 9, 1996
  14. ===============================================================================
  15.  
  16. This is Version 2 of the Software Development Kit for I-Net 225.
  17.  
  18. A variety of changes and improvements have occured, due to user
  19. input. The detail of those changes can be found in the file
  20. CHANGES in this directory.
  21.  
  22. This archive and its contents are Copyright © 1996 by Interworks.
  23.  
  24. Below is the README from Version 1 of the SDK.
  25.  
  26. Michael B. Smith
  27. for Interworks, Inc.
  28. April 7, 1996
  29. ===============================================================================
  30. This is the Software Development Kit for I-Net 225, from Interworks.
  31.  
  32. This archive and its contents are Copyright © 1996 by Interworks.
  33.  
  34. Parts of this shared socket library and the associated header files are
  35. derived from code which is:
  36.  
  37. -------------------------------------------------------------------------------
  38. Copyright (c) 1980-1995 Regents of the University of California.
  39. All rights reserved.
  40.  
  41. Redistribution and use in source and binary forms are permitted
  42. provided that the above copyright notice and this paragraph are
  43. duplicated in all such forms and that any documentation,
  44. advertising materials, and other materials related to such
  45. distribution and use acknowledge that the software was developed
  46. by the University of California, Berkeley.  The name of the
  47. University may not be used to endorse or promote products derived
  48. from this software without specific prior written permission.
  49. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  50. IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  51. WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  52. -----------------------------------------------------------------------------
  53.  
  54. This archive is being released to the public as freely-distributable, which
  55. means that the files may be copied and spread in any manner, but that
  56. Interworks still retains any and all copyrights and complete ownership of the
  57. archive.
  58.  
  59. Other restrictions may be applied as they see fit.
  60.  
  61. The main restrictions are
  62.  
  63.     These files are provided AS-IS, with no warranty either expressed or
  64.     implied, and all risk is the responsibility of the user.  Neither
  65.     Interworks, nor any of its employees nor contractors shall be held
  66.     liable in the event of any problems either with the files provided,
  67.     or with any program(s) created using the supplied files or other
  68.     information.  Use of the supplied files or other information implies
  69.     acceptance of risk on the part of the user.
  70.  
  71. and
  72.  
  73.     This archive must remain intact, and AS-IS.  No files may be modified,
  74.     added, or removed.
  75.  
  76. There are 4 subdirectories in this archive:
  77.  
  78.     include - Do NOT copy these to your INCLUDE: directory.  Simply add an
  79.           'INCLUDEDIR=' directive to your compiler options to point to
  80.           these files when compiling network code.
  81.  
  82.     examples - Some simple examples of network code.
  83.  
  84.     lib - 2 link libraries to make porting network code easier.  These are
  85.  
  86.         unixS.lib - SAS/C specific UNIX compatibility functions.  See
  87.                 'unix.doc' for AutoDocs for these functions.  Yes,
  88.                 some of these are duplicates of routines in the SAS
  89.                 libraries, but they are more UNIX compatible than
  90.                 the SAS versions.
  91.  
  92.         rpc.lib   - contains RPC and XDR routines.  See any decent UNIX
  93.                 docs for their use.  If you don't know how to use
  94.                 them, you probably don't need to.
  95.  
  96.     password - files & information so you can build your own library for
  97.            handling passwords for the network.    No .library file is
  98.            provided, but with the included info, one of our Beta
  99.            testers created a password.library file that worked fine on
  100.            the first try, and it only took 20 minutes!
  101.  
  102. Two files in this directory provide AutoDoc entries for routines in the socket
  103. library (socket.doc), and the unixS.lib functions (unix.doc).
  104.  
  105. Please read the README files in each subdirectory, particularly the one inside
  106. the "examples" directory.
  107.  
  108.  
  109. Good luck!
  110.  
  111.     - Jim Cooper
  112.       Lead Programmer, I-Net 225
  113.       March 28, 1996
  114.